home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GFX Sensations 1
/
Graphic Sensations - Volume 1.iso
/
tools
/
amiga
/
show
/
egsflick.lha
/
EGSFlick
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1993-11-16
|
195 b
|
16 lines
# Makefile for (x/e)flick
CC= dcc
LDLIBS= -legs -legsblit -legsintui -legsgfx
SRCS = eflick.c read.c
OBJS = eflick.o read.o
all:: egsflick
egsflick: $(OBJS)
$(CC) -o $@ $(OBJS) $(LDLIBS)